GtkWindow: draw the frame and shadow even for app-paintable windows
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 20 Oct 2015 20:43:06 +0000 (16:43 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 22 Oct 2015 15:05:03 +0000 (11:05 -0400)
commit1571d2872feb7a2bca03d22b615550e2a5d7a23c
tree2173a8679f2d7914601ab04153a17fd2fb7e0357
parent01136618b820d31bdfbb033bfce09b476150567d
GtkWindow: draw the frame and shadow even for app-paintable windows

If a window is decorated, we need to draw the frame and shadow, even if
it is app-paintable - it's just nonsense to have a frame that we handle
events on, but expect the app to paint it. (We paint the titlebar in
any case.) If a client wants to handle all painting, it should use an
undecorated window.

https://bugzilla.gnome.org/show_bug.cgi?id=756886
gtk/gtkwindow.c